body {
    margin: 0;
    padding: 0;
    font-family: 'Public Sans', sans-serif;
    background-color: #ffffff;
}



.div_for_footer_main_that_created_by_anirban {
    height: auto;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 70px 24px;
    box-sizing: border-box;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.div_for_left_side_footer_under_main {
    height: auto;
    width: 28%;
    display: flex;
    flex-direction: column;
}

.div_for_main_of_logo_and_com_name {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    margin-bottom: 20px;
}

.div_for_logo_under_left_side {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    border: 1px solid rgb(47, 89, 230);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.div_for_logo_under_left_side img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.div_for_right_side_heading_under_the_left_side_footer {
    height: auto;
    font-size: 26px;
    font-weight: 700;
    color: #1B254B;
}

.div_for_paragraph_under_left_side_box {
    height: auto;
    font-size: 15px;
    line-height: 1.6;
    color: #687395;
    margin-bottom: 25px;
}

.div_for_right_side_footer_under_main {
    height: auto;
    width: 68%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.div_for_1st_box_main_under_right_side,
.div_for_2nd_box_main_under_right_side,
.div_for_3rd_box_main_under_right_side,
.div_for_4th_box_main_under_right_side {
    height: auto;
    width: 23%;
    display: flex;
    flex-direction: column;
}


.div_for_heading_of_1st_box {
    height: auto;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    color: #1B254B;
    padding-bottom: 12px;
    margin: 0 0 20px 0;
    position: relative;
}

.div_for_heading_of_1st_box::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2.5px;
    background: linear-gradient(376deg, #033053, #1679c5);
}

.div_for_single_link_under_right_side_box {
    height: auto;
    font-size: 15px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.div_for_single_link_under_right_side_box a {
    text-decoration: none;
    color: #687395;
    transition: color 0.2s ease;
}

.div_for_single_link_under_right_side_box a:hover {
    color: #FF4F19;
}



.txt_notun_arrow_anirban {
    font-size: 10px;
    color: #A3AED0;
}

.div_notun_social_container_anirban {
    display: flex;
    gap: 12px;
    margin-bottom: 25px;
}


.div_notun_social_icon_anirban {
    width: 36px;
    height: 36px;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4A5568;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.div_notun_linkedin_active_anirban {
    border: 1px solid #E2E8F0;
    color: #747171;
}



.div_notun_facebook_anirban:hover {
    background-color: #1877F2;
    border-color: #1877F2;
    color: white;
    transform: translateY(-4px) scale(1.05);
}

.div_notun_twitter_anirban:hover {
    background-color: #1e87ff;
    border-color: #3794ff;
    color: white;
    transform: translateY(-4px) scale(1.05);
}

.div_notun_instagram_anirban:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    border-color: transparent;
    color: white;
    transform: translateY(-4px) scale(1.05);
}

.div_notun_linkedin_active_anirban:hover {
    background-color: #0077B5;
    border-color: #0077B5;
    color: white;
    transform: translateY(-4px) scale(1.05);
}

.btn_notun_contact_anirban {
   
    background: linear-gradient(376deg, #033053, #1679c5);
    color: #ffffff;
    border: none;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    width: fit-content;
    font-family: inherit;
    transition: all 0.2s ease;
}

.btn_notun_contact_anirban:hover {
    background-color: #111111;
}

.div_notun_copyright_bar_anirban {
    border-top: 1px solid #E2E8F0;
    padding: 24px;
    text-align: center;
    color: #687395;
    font-size: 14px;
    position: relative;
    max-width: 1252px;
    margin: 0 auto;
}

.div_notun_scroll_top_anirban {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FF4F19;
    color: #ffffff;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}




@media (max-width: 1024px) {
    .div_for_footer_main_that_created_by_anirban {
        padding: 50px 24px;
    }

    .div_for_left_side_footer_under_main {
        width: 35%;
    }

    .div_for_right_side_footer_under_main {
        width: 62%;
    }
}

@media (max-width: 768px) {
    .div_for_footer_main_that_created_by_anirban {
        flex-direction: column;
        gap: 50px;
    }

    .div_for_left_side_footer_under_main {
        width: 100%;
    }

    .div_for_right_side_footer_under_main {
        width: 100%;
        flex-wrap: wrap;
        gap: 30px 0;
    }

    .div_for_1st_box_main_under_right_side,
    .div_for_2nd_box_main_under_right_side,
    .div_for_3rd_box_main_under_right_side,
    .div_for_4th_box_main_under_right_side {
        width: 48%;
    }

    .div_notun_copyright_bar_anirban {
        padding-bottom: 70px;
    }

    .div_notun_scroll_top_anirban {
        top: auto;
        bottom: 15px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 480px) {
    .div_for_right_side_footer_under_main {
        flex-direction: column;
        gap: 35px;
    }

    .div_for_1st_box_main_under_right_side,
    .div_for_2nd_box_main_under_right_side,
    .div_for_3rd_box_main_under_right_side,
    .div_for_4th_box_main_under_right_side {
        width: 100%;
    }
}